'Declaration Public ReadOnly Property RightAnalyzerResult As AnalyzerResult(Of TValue)
public AnalyzerResult<TValue> RightAnalyzerResult { get; }
public: __property AnalyzerResult<TValue*>* get_RightAnalyzerResult();
public:
property AnalyzerResult<TValue^>^ RightAnalyzerResult { AnalyzerResult<TValue^>^ get(); }